home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / chlwall.dir / 00029_Script_29 < prev    next >
Text File  |  1994-11-28  |  456b  |  17 lines

  1. on enterFrame
  2.   global WallExitFrame
  3.   global WallExitMovie
  4.   
  5.   put  "lowell" into WallExitFrame
  6.   put  "modle3c" into WallExitMovie
  7.   -----------------------------------
  8.   -- set up the cursors for this wall
  9.   
  10.   global lcl,rcl,ucl,dcl,pnt
  11.   set the cursor of sprite 2 to pnt
  12.   set the cursor of sprite 3 to pnt
  13.   set the cursor of sprite 4 to pnt
  14.   set the cursor of sprite 5 to pnt
  15.   set the cursor of sprite 23 to pnt
  16.   
  17. end enterFrame